Skip to content

Update README.md for WordPress 6.9/7.0 changes#165

Open
itsgajendraSingh wants to merge 4 commits intoWordPress:trunkfrom
itsgajendraSingh:patch-1
Open

Update README.md for WordPress 6.9/7.0 changes#165
itsgajendraSingh wants to merge 4 commits intoWordPress:trunkfrom
itsgajendraSingh:patch-1

Conversation

@itsgajendraSingh
Copy link
Copy Markdown

Fixes #164. Extends #150. Related: #101.
Updates the README to reflect changes since the Abilities API merged into WordPress 6.9 core (Dec 2025), the WordPress/abilities-api repo was archived (Feb 2026), and the MCP Adapter shipped in WordPress 7.0 core (April 2026).

Changes

  1. Abilities API still listed as a separate required dependency — repo was archived Feb 2026
  2. composer require command includes wordpress/abilities-api (archived package)
  3. No WordPress minimum version listed — only PHP >= 7.4
  4. .wp-env.json example includes WordPress/abilities-api in plugins array
  5. Basic Usage says all abilities are "automatically available" — missing meta.mcp.public requirement
  6. Code example missing meta.mcp.public flag — ability won't appear on default server without it
  7. Abilities API docs link points to archived GitHub repo instead of core dev notes
  8. STDIO transport labeled "Testing Only" — it's the primary local dev transport for Claude/Cursor/VS Code
  9. No explanation of what the @automattic/mcp-wordpress-remote proxy does

Copilot AI review requested due to automatic review settings April 6, 2026 12:13
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: itsgajendraSingh <gajendrasingh@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the README.md documentation to reflect changes in WordPress 6.9/7.0 compatibility, specifically addressing the merging of the Abilities API into WordPress core, the archiving of the WordPress/abilities-api repository in February 2026, and the inclusion of the MCP Adapter in WordPress 7.0 core.

Changes:

  • Added WordPress version requirement (>= 6.8, with 6.9+ recommended and 7.0+ bundled) and updated Abilities API documentation to reference core dev notes instead of the archived plugin repository
  • Updated composer require command to remove the archived wordpress/abilities-api package with conditional installation notes for WordPress 6.8
  • Removed WordPress/abilities-api from .wp-env.json example with a note for WordPress 6.8 compatibility
  • Clarified that the meta.mcp.public flag is required for abilities to appear on the default MCP server, with updated code examples
  • Updated STDIO transport documentation from "Testing Only" to "Local Development" and added explanation of the @automattic/mcp-wordpress-remote proxy
  • Added WordPress.com MCP support information and v0.3.0 migration guide reference

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.25%. Comparing base (33659df) to head (2e9c1c5).
⚠️ Report is 2 commits behind head on trunk.

Additional details and impacted files
@@             Coverage Diff              @@
##              trunk     #165      +/-   ##
============================================
+ Coverage     88.04%   88.25%   +0.21%     
- Complexity     1236     1243       +7     
============================================
  Files            54       54              
  Lines          4022     4035      +13     
============================================
+ Hits           3541     3561      +20     
+ Misses          481      474       -7     
Flag Coverage Δ
unit 88.25% <ø> (+0.21%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

itsgajendraSingh and others added 3 commits April 9, 2026 06:15
…cute tools

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…tocol version

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@galatanovidiu galatanovidiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR and for catching several real gaps in the README. There are a few things that need fixing before this can be merged.

Core inclusion claim (blocking)

The MCP Adapter is not part of WordPress core. It's a standalone package/plugin. References to it being "bundled in core" or "shipped in WordPress 7.0" need to be removed. This appears in:

  • Dependencies: 7.0+ includes the MCP Adapter in core
  • Installation note: On WordPress 7.0+, the MCP Adapter itself is bundled in core
  • PR description: the MCP Adapter shipped in WordPress 7.0 core (April 2026)
  • The "client-side JavaScript counterpart" paragraph and link are tied to the same claim

The Abilities API is in core since 6.9, but the MCP Adapter itself is a separate standalone package/plugin. These are two different things.

Protocol versions (non-blocking)

The PR mentions support for 2025-06-18 and 2025-11-25, but McpVersionNegotiator also supports 2024-11-05. Either list all three or use something like "supports multiple MCP protocol versions" without implying the list is exhaustive.

What's good here

The meta.mcp.public documentation, STDIO relabeling to "Local Development", WordPress.com MCP note, v0.3.0 migration link, abilities-api removal from default install, and the proxy explanation are all accurate and useful. I'd like to keep those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README.md: Update outdated references for WordPress 6.9/7.0

3 participants